Validates calendar event trigger data and applies filtering rules (exclusion keywords, domains, external-only, time window).
Bearer token from your account (https://agent.ai/user/integrations#api)
The calendar event trigger data to validate. Usually from {{trigger_data}}.
Current user's email address for domain detection.
Variable name to store validation result.
^[a-zA-Z][a-zA-Z0-9_]*$Optional JSON array of internal company domains. Auto-detected from user email if not provided.
Optional settings: {external_only: bool, exclude_keywords: [], exclude_domains: [], max_days_future: int, max_days_past: int}